runtime.Cleanup.ptr (field)

4 uses

	runtime (current package)
		mcleanup.go#L119: 		ptr: usptr,
		mcleanup.go#L128: 	ptr uintptr
		mcleanup.go#L142: 	span := spanOfHeap(uintptr(unsafe.Pointer(c.ptr)))
		mcleanup.go#L152: 	offset := uintptr(unsafe.Pointer(c.ptr)) - span.base()